HomeSort by relevance Sort by last modified time
    Searched refs:pic_order_cnt_type (Results 1 - 25 of 30) sorted by null

1 2

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 38 public int pic_order_cnt_type; field in class:SeqParameterSet
118 sps.pic_order_cnt_type = reader.readUE("SPS: pic_order_cnt_type");
119 if (sps.pic_order_cnt_type == 0) {
122 } else if (sps.pic_order_cnt_type == 1) {
356 writer.writeUE(pic_order_cnt_type, "SPS: pic_order_cnt_type");
357 if (pic_order_cnt_type == 0) {
360 } else if (pic_order_cnt_type == 1) {
516 "\n pic_order_cnt_type=" + pic_order_cnt_type
    [all...]
  /external/chromium_org/third_party/libva/va/
va_enc_h264.h 188 unsigned int pic_order_cnt_type : 2; member in struct:_VAEncSequenceParameterBufferH264::__anon17556::__anon17557
202 /** if pic_order_cnt_type == 1 */
420 /** @name If pic_order_cnt_type == 0 */
427 /** @name If pic_order_cnt_type == 1 && !delta_pic_order_always_zero_flag */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 49 status = ue_v(stream, seqParam->pic_order_cnt_type);
55 if (seqParam->pic_order_cnt_type == 0)
59 else if (seqParam->pic_order_cnt_type == 1)
356 if (currSPS->pic_order_cnt_type == 0)
366 if (currSPS->pic_order_cnt_type == 1 && !currSPS->delta_pic_order_always_zero_flag)
656 switch (currSPS->pic_order_cnt_type)
888 switch (currSPS->pic_order_cnt_type)
    [all...]
init.cpp 109 seqParam->pic_order_cnt_type = encParam->poc_type; /* POC type */
164 seqParam->pic_order_cnt_type = extS->pic_order_cnt_type;
165 if (seqParam->pic_order_cnt_type == 0)
174 else if (seqParam->pic_order_cnt_type == 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 268 uint8_t pic_order_cnt_type; member in struct:pipe_h264_picture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 268 uint8_t pic_order_cnt_type; member in struct:pipe_h264_picture_desc
  /hardware/intel/common/libva/va/
va_enc_h264.h 191 unsigned int pic_order_cnt_type : 2; member in struct:_VAEncSequenceParameterBufferH264::__anon40474::__anon40475
205 /** if pic_order_cnt_type == 1 */
423 /** @name If pic_order_cnt_type == 0 */
430 /** @name If pic_order_cnt_type == 1 && !delta_pic_order_always_zero_flag */
va.h 2169 unsigned int pic_order_cnt_type : 2; member in struct:_VAPictureParameterBufferH264::__anon40438::__anon40439
2584 unsigned char pic_order_cnt_type; member in struct:_VAParsePictureParameterBuffer
    [all...]
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 208 bitstream_put_ue(bs, seq_param->seq_fields.bits.pic_order_cnt_type); /* pic_order_cnt_type */
210 if (seq_param->seq_fields.bits.pic_order_cnt_type == 0)
  /external/chromium_org/media/filters/
h264_parser.cc 811 READ_UE_OR_RETURN(&sps->pic_order_cnt_type);
812 TRUE_OR_RETURN(sps->pic_order_cnt_type < 3);
815 if (sps->pic_order_cnt_type == 0) {
818 } else if (sps->pic_order_cnt_type == 1) {
    [all...]
h264_parser.h 111 int pic_order_cnt_type; member in struct:media::H264SPS
  /external/chromium_org/content/common/gpu/media/
vaapi_video_encode_accelerator.cc 356 SPS_TO_SP_FS(pic_order_cnt_type);
820 current_sps_.pic_order_cnt_type = 0;
906 packed_sps_.AppendUE(current_sps_.pic_order_cnt_type);
907 if (current_sps_.pic_order_cnt_type == 0)
909 else if (current_sps_.pic_order_cnt_type == 1) {
    [all...]
vaapi_h264_decoder.cc 257 FROM_SPS_TO_PP_SF(pic_order_cnt_type);
553 switch (sps->pic_order_cnt_type) {
701 DVLOG(1) << "Invalid pic_order_cnt_type: " << sps->pic_order_cnt_type;
    [all...]
  /frameworks/av/media/libstagefright/
avc_utils.cpp 106 unsigned pic_order_cnt_type = parseUE(&br); local
108 if (pic_order_cnt_type == 0) {
110 } else if (pic_order_cnt_type == 1) {
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 163 uint8 pic_order_cnt_type; member in struct:_vbp_codec_data_h264
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 160 UCHAR pic_order_cnt_type; member in struct:__anon50226
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 351 picture->pic_order_cnt_type = picture_info->pic_order_cnt_type;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 351 picture->pic_order_cnt_type = picture_info->pic_order_cnt_type;
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 307 uint pic_order_cnt_type; /* ue(v), range 0..2 */ member in struct:tagSeqParamSet
308 /* if( pic_order_cnt_type == 0 ) */
310 /* else if( pic_order_cnt_type == 1 ) */
397 /* if(pic_order_cnt_type==0) */
401 /* if(pic_order_cnt_type==1 && !delta_pic_order_always_zero_flag) */
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 908 bitstream_put_ue(bs, seq_param->seq_fields.bits.pic_order_cnt_type); /* pic_order_cnt_type */
910 if (seq_param->seq_fields.bits.pic_order_cnt_type == 0)
    [all...]
h264encode.c 325 bitstream_put_ue(bs, seq_param.seq_fields.bits.pic_order_cnt_type); /* pic_order_cnt_type */
327 if (seq_param.seq_fields.bits.pic_order_cnt_type == 0)
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 179 uint32_t pic_order_cnt_type:2; member in struct:fw_slice_header_extract_msg::__anon40981::__anon40982
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 542 VTRACE("pic_parse_buffer->pic_order_cnt_type = %d", data->pic_parse_buffer->pic_order_cnt_type);
658 VTRACE("pic_parse_buffer->pic_order_cnt_type = %d", data->pic_parse_buffer->pic_order_cnt_type);
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 559 VTRACE("pic_parse_buffer->pic_order_cnt_type = %d", data->pic_parse_buffer->pic_order_cnt_type);
675 VTRACE("pic_parse_buffer->pic_order_cnt_type = %d", data->pic_parse_buffer->pic_order_cnt_type);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 487 if (sps.pic_order_cnt_type == 0) {

Completed in 864 milliseconds

1 2