Home
last modified time | relevance | path

Searched refs:CodeType (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/utils/tests/
Dmethodstatistics_tests.cpp26 using CodeType = size_t; typedef
28 constexpr CodeType HELLO_CODE = 10;
32 constexpr CodeType WORLD_CODE = 21;
35 constexpr CodeType UNKNOWN_CODE = 12345;
38 const MethodStatistics<CodeType> methodStatistics{ in TEST()
50 MethodStatistics<CodeType> methodStatistics{ in TEST()
/frameworks/av/media/module/codecs/m4v_h263/enc/include/
Dmp4enc_api.h116 UChar CodeType; member
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4lib_int.h165 UChar CodeType; member
Dmp4enc_api.cpp1605 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeVideoFrame()
1855 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeFrameSet()
2356 info->CodeType = encData->hintTrackInfo.CodeType; in PVGetHintTrack()
/frameworks/base/services/core/jni/gnss/
DGnssMeasurementCallback.cpp543 SET(CodeType, codeType); in translateSingleGnssMeasurement()
679 SET(CodeType, codeType); in translateSingleGnssMeasurement()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp491 if (hintTrack.CodeType == 0) { // I-frame serves as sync frame in onQueueFilled()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp690 if (hintTrack.CodeType == 0) { in process()