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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_decodevideoobjectplane.c 45 if(vop->vop_coded)
64 if (vop->vop_coded)
72 if (vop->vop_coded)
viddec_mp4_shortheader.c 98 vop->vop_coded = 1;
viddec_mp4_videoobjectplane.c 260 vidObjPlane->vop_coded = code & 0x1;
261 if(vidObjPlane->vop_coded == 0)
viddec_mp4_parse.h 244 uint8_t vop_coded; member in struct:__anon30128
viddec_fw_mp4_workload.c 335 if(!parser->info.VisualObject.VideoObject.VideoObjectPlane.vop_coded)
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 57 uint8 vop_coded; member in struct:_vbp_picture_data_mp42
vbp_mp42_parser.c 297 picture_data->vop_coded
298 = parser->info.VisualObject.VideoObject.VideoObjectPlane.vop_coded;
299 VTRACE ("vop_coded = %d\n", picture_data->vop_coded);
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 225 if (picData->vop_coded == 1 && codingType != MP4_VOP_TYPE_B) {
232 if (picData->vop_coded == 0) {
309 2. In packed frame, there's no skipped frame (vop_coded = 0)
311 4. N-VOP frame is the frame with vop_coded = 0.
331 if (picData->vop_coded == 0) {
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 103 uint8 vop_coded; member in struct:_vbp_picture_data_mp42
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 644 2. In packed frame, there's no skipped frame(vop_coded = 0)
649 4. N-VOP frame is the frame with vop_coded = 0.
693 if (picture_data->vop_coded == 0) {
757 if (picture_data->vop_coded != 0) {
812 * This is a skipped frame (vop_coded = 0)
815 if (picture_data->vop_coded == 0) {
820 LOG_V("vop_coded == 0\n");
    [all...]

Completed in 667 milliseconds