HomeSort by relevance Sort by last modified time
    Searched refs:currLayer (Results 1 - 21 of 21) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 139 void DetermineVopType(VideoEncData *video, Int currLayer);
649 //video->currLayer = 0; /* Set current Layer to 0 */
    [all...]
rate_control.cpp 37 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;
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]->totalFrameNumber*
    [all...]
vop.cpp 43 Int currLayer = video->currLayer;
44 Vol *currVol = video->vol[currLayer];
108 RC_VopUpdateStat(video, rc[currLayer]);
127 Vol *currVol = video->vol[video->currLayer];
195 Int currLayer = video->currLayer;
196 Vol *currVol = video->vol[currLayer];
259 status = RC_VopUpdateStat(video, rc[currLayer]);
510 Vol *currVol = video->vol[video->currLayer];
    [all...]
mp4enc_lib.h 186 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);
findhalfpel.cpp 81 Int height = video->vol[video->currLayer]->height;
203 height = video->vol[video->currLayer]->height;
combined_encode.cpp 40 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);
datapart_encode.cpp 39 Vol *currVol = video->vol[video->currLayer];
214 Vol *currVol = video->vol[video->currLayer];
fastcodemb.cpp 57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
287 Vol *currVol = video->vol[video->currLayer];
vlc_encode.cpp     [all...]
mp4lib_int.h 404 Int currLayer; /* Current frame layer */
motion_est.cpp 139 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];
    [all...]
  /frameworks/native/services/surfaceflinger/layerproto/
LayerProtoParser.cpp 185 auto currLayer = layerMap[layerProto.id()];
191 currLayer->children.push_back(std::unique_ptr<Layer>(layerMap[layerProto.children(i)]));
197 currLayer->relatives.push_back(layerMap[layerProto.relatives(i)]);
203 currLayer->parent = layerMap[layerProto.parent()];
209 currLayer->zOrderRelativeOf = layerMap[layerProto.z_order_relative_of()];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 108 int currLayer;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 253 int currLayer; /* Current frame layer */
packet_util.cpp 31 Vol *currVol = video->vol[video->currLayer];
pvdec_api.cpp 568 video->currLayer = 0;
    [all...]
vlc_dequant.cpp 54 Vol *currVol = video->vol[video->currLayer];
388 Vol *currVol = video->vol[video->currLayer];
    [all...]
vop.cpp 96 /* There's a "currLayer" variable inside videoDecData. */
811 Vol *currVol = video->vol[video->currLayer];
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp     [all...]

Completed in 365 milliseconds