Home
last modified time | relevance | path

Searched defs:bytesCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp39 int bytesCount; member
450 int bytesCount = 0; in TEST_P() local
540 int bytesCount = 0; in TEST_F() local
634 int bytesCount = 0; in TEST_F() local
727 int bytesCount = 0; in TEST_F() local
837 int bytesCount = 0; in TEST_F() local
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp293 int bytesCount = nWidth * nHeight * 3 >> 1; in encodeNFrames() local
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp40 int bytesCount; member
529 int bytesCount = 0; in TEST_P() local
638 int bytesCount = 0; in TEST_F() local
739 int bytesCount = 0; in TEST_F() local
864 int bytesCount = 0; in TEST_F() local
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp292 int bytesCount = samplesPerFrame * nChannels * 2; in encodeNFrames() local
/frameworks/base/core/jni/
Dandroid_view_TextureView.cpp159 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format); in android_view_TextureView_lockCanvas() local
/frameworks/base/core/jni/android/graphics/
DGraphicBuffer.cpp194 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_graphics_GraphicBuffer_lockCanvas() local