Home
last modified time | relevance | path

Searched refs:vpf (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp178 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in ConfigureSurface() local
179 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::RGBA || vpf == VideoPixelFormat::YUVI420 || in ConfigureSurface()
180 vpf == VideoPixelFormat::NV12 || vpf == VideoPixelFormat::NV21, in ConfigureSurface()
182 outputPixelFmt_ = vpf; in ConfigureSurface()
531 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in SetSurfaceParameter() local
532 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::RGBA || vpf == VideoPixelFormat::YUVI420 || in SetSurfaceParameter()
533 vpf == VideoPixelFormat::NV12 || vpf == VideoPixelFormat::NV21, in SetSurfaceParameter()
535 outputPixelFmt_ = vpf; in SetSurfaceParameter()
540 GraphicPixelFormat surfacePixelFmt = TranslateSurfaceFormat(vpf); in SetSurfaceParameter()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_decode.cpp60 submit->vpf = static_cast<enum SmsVpf>(oneByte & HEX_VALUE_18); in DecodeSubmit()
126 if (submit->vpf != SMS_VPF_NOT_PRESENT) { in DecodeSubmitPartData()
H A Dgsm_sms_tpdu_encode.cpp94 if (pSubmit->vpf != SMS_VPF_NOT_PRESENT) { in EncodeSubmitPduPartData()
140 switch (pSubmit.vpf) { in EncodeSubmitTypePartData()
H A Dgsm_sms_message.cpp202 smsTpdu_->data.submit.vpf = SMS_VPF_NOT_PRESENT; in CreateDefaultSubmit()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp253 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in ConfigureSurface() local
254 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::NV12 || vpf == VideoPixelFormat::NV21, in ConfigureSurface()
256 outputPixelFmt_ = vpf; in ConfigureSurface()
559 VideoPixelFormat vpf = static_cast<VideoPixelFormat>(val); in SetSurfaceParameter() local
560 CHECK_AND_RETURN_LOG(vpf == VideoPixelFormat::NV12 || vpf == VideoPixelFormat::NV21, in SetSurfaceParameter()
562 outputPixelFmt_ = vpf; in SetSurfaceParameter()
566 if (vpf == VideoPixelFormat::NV12) { in SetSurfaceParameter()
572 surfacePixelFmt = TranslateSurfaceFormat(vpf); in SetSurfaceParameter()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_pdu_code_type.h157 enum SmsVpf vpf; // TP Validity Period Format (TP VPF) member
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1124 pSubmit.vpf = SmsVpf::SMS_VPF_NOT_PRESENT;
1126 pSubmit.vpf = SmsVpf::SMS_VPF_ENHANCED;
1128 pSubmit.vpf = SmsVpf::SMS_VPF_RELATIVE;
1130 pSubmit.vpf = SmsVpf::SMS_VPF_ABSOLUTE;
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/
H A Dhevc_v.ts25292 …�ָ��X�ZwJ��i{�|�<��g��w�u���}_XD��,�W��@q'��3�|H��J�� +���)�3�/v��vpf�E�S��e6��4�b�w�C…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/rotation/
H A DUNDEFINED_TS.ts25292 …�ָ��X�ZwJ��i{�|�<��g��w�u���}_XD��,�W��@q'��3�|H��J�� +���)�3�/v��vpf�E�S��e6��4�b�w�C…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/video_encoder/
H A D1280_720_nv.yuv Error!