Home
last modified time | relevance | path

Searched refs:memory_management_control_operation (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c590 unsigned memory_management_control_operation; in dec_ref_pic_marking() local
601 memory_management_control_operation = vl_rbsp_ue(rbsp); in dec_ref_pic_marking()
603 if (memory_management_control_operation == 1 || in dec_ref_pic_marking()
604 memory_management_control_operation == 3) in dec_ref_pic_marking()
608 if (memory_management_control_operation == 2) in dec_ref_pic_marking()
612 if (memory_management_control_operation == 3 || in dec_ref_pic_marking()
613 memory_management_control_operation == 6) in dec_ref_pic_marking()
617 if (memory_management_control_operation == 4) in dec_ref_pic_marking()
620 } while (memory_management_control_operation != 0); in dec_ref_pic_marking()
/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c986 xue(memory_management_control_operation, in FUNC()
987 current->mmco[i].memory_management_control_operation, in FUNC()
990 mmco = current->mmco[i].memory_management_control_operation; in FUNC()
Dcbs_h264.h367 uint8_t memory_management_control_operation; member
Dvaapi_encode_h264.c890 sh->mmco[i].memory_management_control_operation = 1; in vaapi_encode_h264_init_slice_params()
894 sh->mmco[i].memory_management_control_operation = 0; in vaapi_encode_h264_init_slice_params()