Home
last modified time | relevance | path

Searched defs:start_code_size (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mp4toannexb_bsf.c49 uint8_t start_code_size = ps < 0 ? 0 : *out_size == 0 || ps ? 4 : 3; in count_or_copy() local
Ddxva2_vc1.c192 const unsigned start_code_size = avctx->codec_id == AV_CODEC_ID_VC1 ? sizeof(start_code) : 0; in commit_bitstream_and_slice_buffer() local
Ddxva2_hevc.c282 static const unsigned start_code_size = sizeof(start_code); in commit_bitstream_and_slice_buffer() local
Ddxva2_h264.c343 static const unsigned start_code_size = sizeof(start_code); in commit_bitstream_and_slice_buffer() local
/third_party/mesa3d/src/gallium/frontends/va/
Dva_private.h300 unsigned int start_code_size; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp785 const size_t start_code_size = sizeof (start_code); in gst_d3d11_h264_dec_decode_slice() local
Dgstd3d11h265dec.cpp829 const size_t start_code_size = sizeof (start_code); in gst_d3d11_h265_dec_decode_slice() local