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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 572 int ct_type; field in class:H264TrackImpl.SEIMessage
652 ct_type = reader.readU(2, "pic_timing SEI: ct_type");
721 out += ", ct_type=" + ct_type +
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 310 OMX_U8 ct_type; member in struct:__anon41040
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 309 OMX_U8 ct_type; member in struct:__anon41059
  /art/compiler/dex/
mir_optimization.cc 248 CompilerTemp* MIRGraph::GetNewCompilerTemp(CompilerTempType ct_type, bool wide) {
250 if (ct_type == kCompilerTempVR) {
262 if (ct_type == kCompilerTempSpecialMethodPtr) {
270 DCHECK_EQ(ct_type, kCompilerTempVR);
    [all...]
mir_graph.h 873 * @param ct_type Type of compiler temporary requested.
877 CompilerTemp* GetNewCompilerTemp(CompilerTempType ct_type, bool wide);
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 1794 OMX_U32 ct_type[4]; member in struct:OMX_TI_VIDEO_H264VDEC_SeiPictureTiming
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 921 sei_pic_timing.ct_type = extract_bits(2);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 863 sei_pic_timing.ct_type = extract_bits(2);
    [all...]

Completed in 401 milliseconds