Searched defs:nal_unit_type (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp129 OMX_U32 nal_unit_type, nal_ref_idc, forbidden_zero_bit; local
151 nal_unit_type = (buf[i++] & 0x1F);
162 return nal_unit_type;
166 OMX_U32 nal_unit_type, payload_type = 0, payload_size = 0; local
169 nal_unit_type = parse_rbsp(buffer, buffer_length);
171 if (nal_unit_type != NAL_TYPE_SEI) {
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp138 OMX_U32 nal_unit_type, nal_ref_idc, forbidden_zero_bit; local
164 nal_unit_type = (buf[i++] & 0x1F);
176 return nal_unit_type;
180 OMX_U32 nal_unit_type, payload_type = 0, payload_size = 0; local
183 nal_unit_type = parse_rbsp(buffer, buffer_length);
185 if (nal_unit_type != NAL_TYPE_SEI) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp138 OMX_U32 nal_unit_type, nal_ref_idc, forbidden_zero_bit; local
164 nal_unit_type = (buf[i++] & 0x1F);
176 return nal_unit_type;
180 OMX_U32 nal_unit_type, payload_type = 0, payload_size = 0; local
183 nal_unit_type = parse_rbsp(buffer, buffer_length);
185 if (nal_unit_type != NAL_TYPE_SEI) {
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp142 OMX_U32 nal_unit_type, nal_ref_idc, forbidden_zero_bit; local
168 nal_unit_type = (buf[i++] & 0x1F);
180 return nal_unit_type;
184 OMX_U32 nal_unit_type, payload_type = 0, payload_size = 0; local
187 nal_unit_type = parse_rbsp(buffer, buffer_length);
189 if (nal_unit_type != NAL_TYPE_SEI) {
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A Dsecvideoparser.h91 uint8_t nal_unit_type; member in struct:_slice_header_t
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A Dsecvideoparser.h91 uint8_t nal_unit_type; member in struct:_slice_header_t
/hardware/intel/common/libmix/videoencoder/
H A Dbitstream.h144 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) argument
148 bitstream_put_ui(bs, nal_unit_type, 5);
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_h264.c1639 guint8 nal_unit_type = 0; local
1648 nal_unit_type = (guint8)(payload[pos] & 0x1f);
1651 LOG_I ("nal_unit_type = %d\n", nal_unit_type);
1654 if ((payload [pos - 1] & 0x01) && mix->slice_num == 1 && nal_unit_type == 1) {
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dh264_utils.cpp1214 OMX_U32 h264_stream_parser::get_nal_unit_type(OMX_U32 *nal_unit_type) argument
1217 *nal_unit_type = NALU_TYPE_UNSPECIFIED;
1238 *nal_unit_type = extract_bits(5);
1239 ALOGV("-->nal_unit_type : %x", *nal_unit_type);
1380 OMX_U32 nal_unit_type = NALU_TYPE_UNSPECIFIED, cons_bytes = 0; local
1388 cons_bytes = get_nal_unit_type(&nal_unit_type);
1389 if (nal_type != nal_unit_type && nal_type != NALU_TYPE_UNSPECIFIED)
1391 ALOGV("Unexpected nal_type(%x) expected(%x)", nal_unit_type, nal_type);
1412 ALOGV("nal_unit_type receive
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp1132 OMX_U32 h264_stream_parser::get_nal_unit_type(OMX_U32 *nal_unit_type) argument
1135 *nal_unit_type = NALU_TYPE_UNSPECIFIED;
1151 *nal_unit_type = extract_bits(5);
1152 ALOGV("-->nal_unit_type : %x", *nal_unit_type);
1294 OMX_U32 nal_unit_type = NALU_TYPE_UNSPECIFIED, cons_bytes = 0; local
1301 cons_bytes = get_nal_unit_type(&nal_unit_type);
1302 if (nal_type != nal_unit_type && nal_type != NALU_TYPE_UNSPECIFIED) {
1303 ALOGV("Unexpected nal_type(%x) expected(%x)", nal_unit_type, nal_type);
1323 ALOGV("nal_unit_type receive
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp1132 OMX_U32 h264_stream_parser::get_nal_unit_type(OMX_U32 *nal_unit_type) argument
1135 *nal_unit_type = NALU_TYPE_UNSPECIFIED;
1151 *nal_unit_type = extract_bits(5);
1152 ALOGV("-->nal_unit_type : %x", *nal_unit_type);
1294 OMX_U32 nal_unit_type = NALU_TYPE_UNSPECIFIED, cons_bytes = 0; local
1301 cons_bytes = get_nal_unit_type(&nal_unit_type);
1302 if (nal_type != nal_unit_type && nal_type != NALU_TYPE_UNSPECIFIED) {
1303 ALOGV("Unexpected nal_type(%x) expected(%x)", nal_unit_type, nal_type);
1323 ALOGV("nal_unit_type receive
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp1132 OMX_U32 h264_stream_parser::get_nal_unit_type(OMX_U32 *nal_unit_type) argument
1135 *nal_unit_type = NALU_TYPE_UNSPECIFIED;
1151 *nal_unit_type = extract_bits(5);
1152 ALOGV("-->nal_unit_type : %x", *nal_unit_type);
1294 OMX_U32 nal_unit_type = NALU_TYPE_UNSPECIFIED, cons_bytes = 0; local
1301 cons_bytes = get_nal_unit_type(&nal_unit_type);
1302 if (nal_type != nal_unit_type && nal_type != NALU_TYPE_UNSPECIFIED) {
1303 ALOGV("Unexpected nal_type(%x) expected(%x)", nal_unit_type, nal_type);
1323 ALOGV("nal_unit_type receive
[all...]
/hardware/intel/common/libva/test/encode/
H A Davcenc.c873 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) argument
877 bitstream_put_ui(bs, nal_unit_type, 5);
H A Dh264encode.c291 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) argument
295 bitstream_put_ui(bs, nal_unit_type, 5);
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2580 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) argument
2584 bitstream_put_ui(bs, nal_unit_type, 5);
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h264 uint8 nal_unit_type; member in struct:_vbp_slice_data_h264
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h993 uint8_t nal_unit_type; member in struct:_h264_Info
/hardware/intel/common/libva/va/
H A Dva.h2492 unsigned char nal_unit_type; member in struct:_VAParseSliceHeaderGroupBuffer

Completed in 2015 milliseconds