HomeSort by relevance Sort by last modified time
    Searched refs:naluType (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 84 uint8_t naluType;
108 naluType = pFrameInfo->nalus[i].type & NALU_TYPE_MASK;
109 if (naluType >= h264_NAL_UNIT_TYPE_SLICE && naluType <= h264_NAL_UNIT_TYPE_IDR) {
141 } else if (naluType >= h264_NAL_UNIT_TYPE_SEI && naluType <= h264_NAL_UNIT_TYPE_PPS) {
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 84 uint8_t naluType;
108 naluType = pFrameInfo->nalus[i].type & NALU_TYPE_MASK;
109 if (naluType >= h264_NAL_UNIT_TYPE_SLICE && naluType <= h264_NAL_UNIT_TYPE_IDR) {
141 } else if (naluType >= h264_NAL_UNIT_TYPE_SEI && naluType <= h264_NAL_UNIT_TYPE_PPS) {
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 115 uint8_t naluType = 0;
150 naluType = nalu_type & NALU_TYPE_MASK;
156 if ((naluType == h264_NAL_UNIT_TYPE_SLICE) && (i > 0)) {
164 if (naluType >= h264_NAL_UNIT_TYPE_SLICE && naluType <= h264_NAL_UNIT_TYPE_IDR) {
190 } else if (naluType == h264_NAL_UNIT_TYPE_SPS || naluType == h264_NAL_UNIT_TYPE_PPS) {
192 ETRACE("Invalid parameter: nalu_data = NULL for naluType 0x%x", naluType);
200 ITRACE("Nalu type = 0x%x is skipped", naluType);
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 420 uint8_t naluType;
423 naluType = *(uint8_t *)(stream + naluStream->naluOffset);
424 naluType &= NALU_TYPE_MASK;
426 if (naluType >= NAL_UNIT_TYPE_SLICE && naluType <= NAL_UNIT_TYPE_IDR) {
429 } else if (naluType >= NAL_UNIT_TYPE_SEI && naluType <= NAL_UNIT_TYPE_PPS) {
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 423 uint8_t naluType;
426 naluType = *(uint8_t *)(stream + naluStream->naluOffset);
427 naluType &= NALU_TYPE_MASK;
429 if (naluType >= NAL_UNIT_TYPE_SLICE && naluType <= NAL_UNIT_TYPE_IDR) {
432 } else if (naluType >= NAL_UNIT_TYPE_SEI && naluType <= NAL_UNIT_TYPE_PPS) {
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 113 uint8_t naluType = 0;
148 naluType = nalu_type & NALU_TYPE_MASK;
152 if (naluType >= h264_NAL_UNIT_TYPE_SLICE && naluType <= h264_NAL_UNIT_TYPE_IDR) {
177 } else if (naluType == h264_NAL_UNIT_TYPE_SPS || naluType == h264_NAL_UNIT_TYPE_PPS) {
179 ETRACE("Invalid parameter: nalu_data = NULL for naluType 0x%x", naluType);
187 ITRACE("Nalu type = 0x%x is skipped", naluType);
222 uint8_t naluType = 0
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 217 milliseconds