Searched refs:coding_type (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpeg4parser.c | 297 switch (vop->coding_type) { in compute_resync_marker_size() 1302 guint8 vop_start_code, coding_type, modulo_time_base; in gst_mpeg4_parse_video_object_plane() local 1335 READ_UINT8 (&br, coding_type, 2); in gst_mpeg4_parse_video_object_plane() 1336 vop->coding_type = coding_type; in gst_mpeg4_parse_video_object_plane() 1371 (vop->coding_type == GST_MPEG4_P_VOP || in gst_mpeg4_parse_video_object_plane() 1372 (vop->coding_type == GST_MPEG4_S_VOP && in gst_mpeg4_parse_video_object_plane() 1378 (vop->coding_type = GST_MPEG4_P_VOP || in gst_mpeg4_parse_video_object_plane() 1379 vop->coding_type == GST_MPEG4_I_VOP))) in gst_mpeg4_parse_video_object_plane() 1384 vop->coding_type == GST_MPEG4_I_VOP) { in gst_mpeg4_parse_video_object_plane() 1439 vop->coding_type == GST_MPEG4_S_VOP) { in gst_mpeg4_parse_video_object_plane() [all …]
|
D | gstmpeg4parser.h | 458 GstMpeg4VideoObjectCodingType coding_type; member
|
/third_party/ffmpeg/libavcodec/ |
D | cllc.c | 368 int coding_type, ret; in cllc_decode_frame() local 416 coding_type = (AV_RL32(src) >> 8) & 0xFF; in cllc_decode_frame() 417 av_log(avctx, AV_LOG_DEBUG, "Frame coding type: %d\n", coding_type); in cllc_decode_frame() 422 switch (coding_type) { in cllc_decode_frame() 461 av_log(avctx, AV_LOG_ERROR, "Unknown coding type: %d.\n", coding_type); in cllc_decode_frame()
|
D | vaapi_encode_h265.c | 860 vpic->pic_fields.bits.coding_type = 1; in vaapi_encode_h265_init_picture_params() 865 vpic->pic_fields.bits.coding_type = 1; in vaapi_encode_h265_init_picture_params() 870 vpic->pic_fields.bits.coding_type = 2; in vaapi_encode_h265_init_picture_params() 875 vpic->pic_fields.bits.coding_type = 3; in vaapi_encode_h265_init_picture_params()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_hevc_enc.c | 65 switch(h265->pic_fields.bits.coding_type) { in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
|