Searched refs:NAL_REF_IDC_HIGH (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libmix/videoencoder/ |
D | bitstream.h | 154 #define NAL_REF_IDC_HIGH 3 macro 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()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 1908 #define NAL_REF_IDC_HIGH 3 macro 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()
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 54 #define NAL_REF_IDC_HIGH 3 macro 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()
|
D | h264encode.c | 54 #define NAL_REF_IDC_HIGH 3 macro 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()
|