Searched refs:nal_header (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libmix/videoencoder/ |
D | bitstream.h | 144 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header() function 317 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS); in build_packed_seq_buffer() 331 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS); in build_packed_pic_buffer() 374 nal_header(&nal_bs, NAL_REF_IDC_NONE, NAL_SEI); in build_packed_sei_buffer_timing()
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 873 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header() function 984 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS); 1032 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS); 1052 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS); in build_packed_pic_buffer() 1067 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS); in build_packed_seq_buffer() 1112 nal_header(&nal_bs, NAL_REF_IDC_NONE, NAL_SEI); in build_packed_sei_buffer_timing()
|
D | h264encode.c | 291 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header() function 437 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS); in build_packed_pic_buffer() 452 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS); in build_packed_seq_buffer() 497 nal_header(&nal_bs, NAL_REF_IDC_NONE, NAL_SEI); in build_packed_sei_buffer_timing()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2580 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header() function 2647 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS); 2690 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS); 2710 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_PPS); in build_packed_pic_buffer() 2725 nal_header(&bs, NAL_REF_IDC_HIGH, NAL_SPS); in build_packed_seq_buffer()
|