Home
last modified time | relevance | path

Searched refs:encHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp435 int32_t encWidth, encHeight; in APacketSource() local
437 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight); in APacketSource()
444 height = encHeight; in APacketSource()
531 int32_t encWidth, encHeight; in APacketSource() local
534 params.c_str(), &encWidth, &encHeight); in APacketSource()
543 height = encHeight; in APacketSource()
/frameworks/av/media/codecs/m4v_h263/fuzzer/
DREADME.md67 2. Frame Height (parameter name: `encHeight`)
104 | `encHeight` | In the range `0 to 10239` | All the bits of 3rd and 4th byte of data |
112 | `encHeight` | 0. `96` 1. `144` 2. `288` 3. `576` 4. `1152 ` | All the bits of 3rd byte of data mo…
Dmpeg4_h263_enc_fuzzer.cpp115 mEncodeHandle->encHeight[0] = mFrameHeight; in initEncoder()
/frameworks/av/media/codecs/m4v_h263/enc/include/
Dmp4enc_api.h169 Int encHeight[2]; member
/frameworks/av/media/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp147 encParams.encHeight[0] = height; in main()
DMpeg4H263EncoderTest.cpp137 mEncodeHandle->encHeight[0] = mFrameHeight; in initEncoderParams()
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp467 if (encOption->encHeight[0] != 96) /* source_format = 1 */ in PVInitVideoEncoder()
471 if (encOption->encHeight[0] != 144) /* source_format = 2 */ in PVInitVideoEncoder()
475 if (encOption->encHeight[0] != 288) /* source_format = 2 */ in PVInitVideoEncoder()
480 if (encOption->encHeight[0] != 576) /* source_format = 2 */ in PVInitVideoEncoder()
484 if (encOption->encHeight[0] != 1152) /* source_format = 2 */ in PVInitVideoEncoder()
494 if (encOption->encHeight[i] == 0 || encOption->encWidth[i] == 0 || in PVInitVideoEncoder()
495 encOption->encHeight[i] % 16 != 0 || encOption->encWidth[i] % 16 != 0) in PVInitVideoEncoder()
497 encParams->LayerHeight[i] = encOption->encHeight[i]; in PVInitVideoEncoder()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp123 mEncParams->encHeight[0] = mHeight; in initEncParams()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp325 mEncParams->encHeight[0] = mSize->height; in initEncParams()