HomeSort by relevance Sort by last modified time
    Searched refs:profile_idc (Results 26 - 37 of 37) sorted by null

12

  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 299 uint8_t profile_idc; member in struct:context_ENC_s
pnw_H264.c 126 uint32_t profile_idc; // BE_PROFILEIDC member in struct:context_H264_s
438 ctx->profile_idc = 0;
443 ctx->profile_idc = 1;
449 ctx->profile_idc = 3;
739 REGIO_WRITE_FIELD_LITE(ctx->reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, BE_PROFILEIDC, ctx->profile_idc);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 111 uint32_t profile_idc; // BE_PROFILEIDC member in struct:context_H264_s
427 ctx->profile_idc = 0;
432 ctx->profile_idc = 1;
437 ctx->profile_idc = 3;
723 REGIO_WRITE_FIELD_LITE(ctx->reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, BE_PROFILEIDC, ctx->profile_idc);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 111 avcConfigurationBox.setAvcProfileIndication(seqParameterSet.profile_idc);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 804 uint8_t profile_idc; // u(8), 0x77 for MP member in struct:_SPS_PAR_USED
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 163 switch(pInfo->active_SPS.profile_idc)
viddec_h264_workload.c 585 viddec_fw_h264_sps_set_profile_idc(&(wi.h264_sps), pInfo->active_SPS.profile_idc);
    [all...]
h264parse_dpb.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 746 codec_data->profile_idc = parser->info.active_SPS.profile_idc;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 35 status = BitstreamWriteBits(stream, 8, seqParam->profile_idc);
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 297 switch (data->codec_data->profile_idc)
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2590 int profile_idc = PROFILE_IDC_BASELINE; local
    [all...]

Completed in 468 milliseconds

12