Lines Matching full:frame

33  * EncFrmStatus controls record the encoding frame status and also control
37 * bit 0 ~ 31 frame status
38 * 0 ~ 15 current frame status
39 * 16 ~ 31 reference frame status
45 * bit 0 ~ 31 frame status
50 * 0 - write the reconstructed frame pixel to memory
51 * 1 - do not write the reconstructed frame pixel to memory
56 * 0 - normal frame and normal dpb management
57 * 1 - save recon frame as first pass extra frame. Used in two pass mode
62 * 0 - use normal input source frame as input
63 * 1 - use the previously stored first pass recon frame as input frame
69 * 0 - inter frame
70 * 1 - intra frame
76 * 0 - normal intra frame
77 * 1 - IDR frame
82 * 0 - mark as reference frame
83 * 1 - mark as non-refernce frame
89 * 0 - mark as short-term reference frame
90 * 1 - mark as long-term refernce frame
98 /* distance between current frame and reference frame */
107 * 0 - normal frame encoding
108 * 1 - current frame will be dropped
113 * 0 - rate control module does not change frame type parameter
114 * 1 - rate control module changes frame type parameter reencode is needed
116 * the frame status parameter provided by rate control module.
121 * 0 - current frame encoding is in normal flow
122 * 1 - current frame encoding is in reencode flow
127 * When true current frame size is super large then the frame should be reencoded.
132 * When true currnet frame is force to encoded as software skip frame
137 * Current frame is intra refresh frame
141 * Current frame needs add recovery point prefix
149 /* sequential index for each frame */
161 /* initial cpb status for current frame encoding */
163 /* final cpb status after current frame encoding */
209 MppFrame frame; member