Searched refs:currLayer (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp139 void DetermineVopType(VideoEncData *video, Int currLayer);
649 //video->currLayer = 0; /* Set current Layer to 0 */
1159 for (idx = 1; idx < video->currLayer; idx++)
1324 encData->currLayer = layer; /* Set Layer */
1357 Int currLayer = video->currLayer; local
1358 Vol *currVol = video->vol[currLayer];
1398 Int currLayer = -1; local
1419 currLayer = *nLayer;
1420 if ((currLayer <
1688 Int currLayer = -1; local
1877 Int currLayer = video->currLayer; local
2785 DetermineVopType(VideoEncData *video, Int currLayer) argument
2857 Int currLayer = video->currLayer; local
[all...]
H A Drate_control.cpp37 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
38 Int RC_GetSkipNextFrame(VideoEncData *video,Int currLayer);
39 void RC_ResetSkipNextFrame(void *video,Int currLayer);
185 Int currLayer = video->currLayer; local
186 Vol *currVol = video->vol[currLayer];
192 rateControl *rc = video->rc[currLayer];
193 MultiPass *pMP = video->pMP[currLayer];
205 if (video->rc[currLayer]->encoded_frames == 0) /* rc[currLayer]
293 Int currLayer = video->currLayer; local
360 RC_GetSkipNextFrame(VideoEncData *video, Int currLayer) argument
365 RC_ResetSkipNextFrame(VideoEncData *video, Int currLayer) argument
383 RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip) argument
[all...]
H A Dvop.cpp43 Int currLayer = video->currLayer; local
44 Vol *currVol = video->vol[currLayer];
108 RC_VopUpdateStat(video, rc[currLayer]);
127 Vol *currVol = video->vol[video->currLayer];
195 Int currLayer = video->currLayer; local
196 Vol *currVol = video->vol[currLayer];
259 status = RC_VopUpdateStat(video, rc[currLayer]);
510 Vol *currVol = video->vol[video->currLayer];
[all...]
H A Dmp4enc_lib.h186 Int RC_GetSkipNextFrame(VideoEncData *video, Int currLayer);
187 Int RC_GetRemainingVops(VideoEncData *video, Int currLayer);
188 void RC_ResetSkipNextFrame(VideoEncData *video, Int currLayer);
189 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
H A Dfindhalfpel.cpp81 Int height = video->vol[video->currLayer]->height;
203 height = video->vol[video->currLayer]->height;
H A Dcombined_encode.cpp40 Vol *currVol = video->vol[video->currLayer];
265 Vol *currVol = video->vol[video->currLayer];
273 // rateControl *rc = encParams->rc[video->currLayer];
684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
H A Ddatapart_encode.cpp39 Vol *currVol = video->vol[video->currLayer];
214 Vol *currVol = video->vol[video->currLayer];
H A Dfastcodemb.cpp57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
287 Vol *currVol = video->vol[video->currLayer];
H A Dvlc_encode.cpp1146 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader;
1182 if (!video->vol[video->currLayer]->shortVideoHeader)
1264 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader;
1324 if (!video->vol[video->currLayer]->shortVideoHeader && intra)
1338 if (!((video->vol[video->currLayer]->scalability) && (video->currVop->refSelectCode == 3)))
1789 Int ShortNacNintra = (!(video->vol[video->currLayer]->shortVideoHeader) && video->acPredFlag[video->mbnum] && intra);
2024 Vol *currVol = video->vol[video->currLayer];
2534 Vol *currVol = video->vol[video->currLayer];
H A Dmp4lib_int.h404 Int currLayer; /* Current frame layer */ member in struct:tagVideoEncData
H A Dmotion_est.cpp139 Vol *currVol = video->vol[video->currLayer];
223 if (video->currLayer == 0 && video->encParams->Refresh)
236 if ((video->encParams->SceneChange_Det == 1) /*&& video->currLayer==0 */
469 currVop->quantizer = video->encParams->InitQuantIvop[video->currLayer];
773 Vol *currVol = video->vol[video->currLayer];
1358 Vol *currVol = video->vol[video->currLayer];
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h108 int currLayer; member in struct:tagVopHeaderInfo
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h253 int currLayer; /* Current frame layer */ member in struct:tagVideoDecData
H A Dpacket_util.cpp31 Vol *currVol = video->vol[video->currLayer];
H A Dpvdec_api.cpp568 video->currLayer = 0;
883 return video->currLayer;
1118 video->currLayer = idx;
1161 video->currLayer = target_layer;
1192 video->currLayer = target_layer = 0;
1273 header_info->currLayer = target_layer;
1298 int target_layer = video->currLayer;
H A Dvlc_dequant.cpp54 Vol *currVol = video->vol[video->currLayer];
388 Vol *currVol = video->vol[video->currLayer];
H A Dvop.cpp96 /* There's a "currLayer" variable inside videoDecData. */
811 Vol *currVol = video->vol[video->currLayer];
1537 Vol *currVol = video->vol[video->currLayer];

Completed in 1731 milliseconds